home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_INPUT / TDLG_INPUT.txt
Text File  |  2002-07-04  |  990b  |  56 lines

  1. object Dlg_input: TDlg_input
  2.   Left = 201
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Input'
  6.   ClientHeight = 114
  7.   ClientWidth = 278
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object L_prompt: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 3
  21.     Height = 13
  22.   end
  23.   object E_input: TEdit
  24.     Left = 24
  25.     Top = 40
  26.     Width = 233
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object BtnOk: TButton
  31.     Left = 56
  32.     Top = 80
  33.     Width = 81
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object BtnCancel: TButton
  41.     Left = 152
  42.     Top = 80
  43.     Width = 81
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50.   object Language: TLanguage
  51.     LangCenter = DM_Language.LangCenter
  52.     Left = 128
  53.     Top = 8
  54.   end
  55. end
  56.